POST /Job/Run2/{id}/
Runs a job using provided options.
Request
| Method |
Request URI |
| POST |
/API/Job/Run2/{id}/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
ID of the current session. Specifying via an Authorization request header instead is recommended. |
Path Parameters
| Path Parameter |
Description |
| id |
ID of the job to run. |
Request Headers
| Authorization: Bearer <Current session ID> |
Request Body
Response
Response Body
The System.Int64 ID of the job run, or a status code indicating the problem.